home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Tcl-Tk 8.0 / Pre-installed version / tk8.0 / mac / bugs.doc next >
Encoding:
Text File  |  1997-08-15  |  1.1 KB  |  38 lines  |  [TEXT/ALFA]

  1. Known bug list for Tk 8.0 for Macintosh
  2.  
  3. by Ray Johnson
  4. Sun Microsystems Laboratories
  5. rjohnson@eng.sun.com
  6.  
  7. SCCS: @(#) bugs.doc 1.9 97/08/13 19:33:15
  8.  
  9. We are now very close to passing the test suite for Tk.  We are very
  10. interested in finding remaining bugs that still linger.  Please let us
  11. know (and send us test cases) of any bugs you find.
  12.  
  13. Known bugs:
  14.  
  15. * Transient windows (set by wm transient) do not go away when the
  16.   master does.
  17.  
  18. * Tearoff menus should be floating windows & floating windows should
  19.   float.  They also shouldn't be resizable.
  20.  
  21. * The -use and -contaier windows only work with other Tk windows.
  22.   Unfortunantly, focus doesn't work in between windows.  We are
  23.   actually going to need to do an overhaul of the subwindow
  24.   architecture to fix the problems.
  25.  
  26. * The send command is not yet implemented.
  27.  
  28. * Drawing is not really correct.  This shows up mostly in the canvas
  29.   when line widths are greater than one.  Unfortunantly, this will not
  30.   be easy to fix.
  31.  
  32. There are many other bugs.  However, will no get listed until they
  33. are reported at least once.  Send those bug reports in!
  34.  
  35.  
  36.  
  37. Ray
  38.